Papers with natural language applications
Controlled Data Generation via Insertion Operations for NLU (2022.naacl-industry)
Copied to clipboard
| Challenge: | a new approach to annotate live traffic is emerging to be cost-effective and efficient . manual data annotation is expensive and not preferred for meeting customer privacy expectations . |
| Approach: | They propose a targeted synthetic data generation technique by inserting tokens into a given semantic signature. |
| Outcome: | The proposed approach achieves the same accuracy as training with all available data on a voice assistant dataset. |
Concreteness vs. Abstractness: A Selectional Preference Perspective (2022.aacl-srw)
Copied to clipboard
| Challenge: | Using a collection of 5,438 nouns and 1,275 verbs, we exploit selectional preferences as a salient characteristic in classifying abstract vs. concrete words. |
| Approach: | They propose to use selectional preferences as a criterion to distinguish between concrete and abstract concepts and words. |
| Outcome: | The proposed method achieves an f1-score of 0.84 for nouns and 0.71 for verbs in classification and Spearman’s correlation of 0.86 for nonoms and 0.59% for verb. |
GAINER: Graph Machine Learning with Node-specific Radius for Classification of Short Texts and Documents (2024.eacl-long)
Copied to clipboard
| Challenge: | Recent advances in Graph Machine Learning (GML) have led to the development of numerous models tailored for processing text for various natural language applications. |
| Approach: | They propose a framework called Graph mAchine learnIng with Node-spEcific Radius that is aimed at graph-based NLP. |
| Outcome: | The proposed framework is non-neural and novel for graph-based NLP. |
A Survey on Recent Approaches for Natural Language Processing in Low-Resource Scenarios (2021.naacl-main)
Copied to clipboard
| Challenge: | a growing body of work is focused on improving performance in low-resource settings . a goal of this study is to explain how these methods differ in their requirements . |
| Approach: | They propose to analyze data-lean scenarios across different dimensions of data availability to understand which approaches are effective in a specific low-resource setting. |
| Outcome: | The proposed methods enable learning when training data is sparse. |
On-Device Text Representations Robust To Misspellings via Projections (2021.eacl-main)
Copied to clipboard
| Challenge: | Recent advances in Locality-Sensitive Hashing (LSH)-based projection networks have demonstrated state-of-the-art performance in various classification tasks without explicit word embedding lookup tables by computing on-the fly text representations. |
| Approach: | They propose to use locality-sensitive hashing to compute on-the-fly text representations without explicit word embedding tables. |
| Outcome: | The proposed classifiers are more robust to common misspellings and perturbations of the input text compared to biLSTMs and fine-tuned BERT based methods. |
Advancing Collaborative Debates with Role Differentiation through Multi-Agent Reinforcement Learning (2025.acl-long)
Copied to clipboard
| Challenge: | Multi-agent collaborative tasks exhibit exceptional capabilities in natural language applications and generation. |
| Approach: | They propose a multi-LLM Cooperation framework with automatic role assignment capabilities that allows multiple agents to embed roles in turn-based speaking. |
| Outcome: | The proposed framework improves collaboration and expertise among agents and teams by enabling them to share roles and develop complementary strengths from the optimization level. |